home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / wais / x / cursor.h next >
Text File  |  1995-05-09  |  2KB  |  58 lines

  1. /* WIDE AREA INFORMATION SERVER SOFTWARE:
  2.    No guarantees or restrictions.  See the readme file for the full standard
  3.    disclaimer.
  4.  
  5.    This is part of the shell user-interface for the WAIS software.  Do with it
  6.    as you please.
  7.  
  8.    jonathan@Think.COM
  9.  
  10.  *
  11.  * $Log:    cursor.h,v $
  12.  * Revision 1.1  92/03/17  14:12:46  jonathan
  13.  * Initial revision
  14.  * 
  15.  */
  16.  
  17. #define cursor_width 16
  18. #define cursor_height 16
  19. static char cursor_mask[] = {
  20.    0xc0, 0x03, 0xf0, 0x0f, 0xfc, 0x3f, 0xfe, 0x7f, 0xfe, 0x7f, 0xff, 0xff,
  21.    0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x7f, 0xfe, 0x7f,
  22.    0xfc, 0x3f, 0xf8, 0x1f, 0xf0, 0x0f, 0xc0, 0x03};
  23.  
  24. static char cursor0_bits[] = {
  25.    0xff, 0xff, 0xff, 0xfc, 0xbf, 0xf1, 0x67, 0xe3, 0xe3, 0xc5, 0xe3, 0xc6,
  26.    0xe1, 0x83, 0xc1, 0x83, 0x81, 0x85, 0x01, 0x81, 0x03, 0xcf, 0x03, 0xcf,
  27.    0x07, 0xe6, 0x0f, 0xf6, 0x3f, 0xfe, 0xff, 0xff};
  28.  
  29. static char cursor1_bits[] = {
  30.    0xff, 0xff, 0x1f, 0xff, 0x1f, 0xfd, 0x0f, 0xfb, 0x0b, 0xef, 0x07, 0xf7,
  31.    0x07, 0x9f, 0x07, 0x9e, 0x03, 0xac, 0x01, 0x88, 0x13, 0xf8, 0x3f, 0xf8,
  32.    0x3f, 0xf0, 0x0f, 0xf0, 0x3f, 0xfc, 0xff, 0xff};
  33.  
  34. static char cursor2_bits[] = {
  35.    0xff, 0xff, 0xff, 0xfd, 0xbf, 0xf0, 0xff, 0xe0, 0xbf, 0xc0, 0x7f, 0xc0,
  36.    0x7f, 0x80, 0x7f, 0x80, 0x3f, 0x80, 0x15, 0x80, 0x23, 0xc1, 0x8b, 0xc3,
  37.    0xc7, 0xe3, 0x0f, 0xf0, 0x3f, 0xfc, 0xff, 0xff};
  38.  
  39. static char cursor3_bits[] = {
  40.    0xff, 0xff, 0x1f, 0xff, 0xff, 0xf5, 0xff, 0xe7, 0xff, 0xc5, 0xf9, 0xc3,
  41.    0xfb, 0x83, 0xf7, 0x83, 0xf7, 0x81, 0xa7, 0x80, 0x03, 0xc9, 0x47, 0xdc,
  42.    0x07, 0xfe, 0x0f, 0xf0, 0x3f, 0xfc, 0xff, 0xff};
  43.  
  44. static char cursor4_bits[] = {
  45.    0xff, 0xff, 0x1f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc5, 0xff,
  46.    0xb9, 0xbf, 0x7d, 0xbf, 0x7d, 0x9f, 0x3d, 0x8a, 0x3b, 0xd0, 0x5f, 0xc0,
  47.    0x1f, 0xf0, 0x0f, 0xf0, 0x3f, 0xfc, 0xff, 0xff};
  48.  
  49. static char cursor5_bits[] = {
  50.    0xff, 0xff, 0x3f, 0xff, 0xc7, 0xff, 0xe7, 0xff, 0xe7, 0xff, 0x43, 0xfc,
  51.    0x83, 0xbb, 0xc5, 0xb7, 0xc1, 0x97, 0xc3, 0x83, 0x8f, 0xc3, 0x8f, 0xc5,
  52.    0x83, 0xe1, 0x0f, 0xf0, 0x3f, 0xfc, 0xff, 0xff};
  53.  
  54. static char cursor6_bits[] = {
  55.    0xff, 0xff, 0xff, 0xfc, 0x7f, 0xfc, 0x6f, 0xfc, 0xbf, 0xfc, 0xdf, 0xc8,
  56.    0x7d, 0xf0, 0x79, 0xf8, 0xb1, 0xf8, 0x21, 0xf8, 0xe3, 0xf1, 0xe3, 0xf1,
  57.    0xc7, 0xf0, 0xcf, 0xf0, 0xff, 0xf9, 0xff, 0xff};
  58.